grid: Add missing guard to gtk_grid_get_child_at()
authorBastian Winkler <buz@netbuz.org>
Sat, 2 Jun 2012 23:40:41 +0000 (01:40 +0200)
committerBastian Winkler <buz@netbuz.org>
Sat, 2 Jun 2012 23:50:28 +0000 (01:50 +0200)
commit4fee1aa22b44d1113a430e8f07159730f20be98a
tree5abf58f994ad1581bf3a50358dac3b6f1541a699
parent1617344222de07d618784c638999e1ff60e1546e
grid: Add missing guard to gtk_grid_get_child_at()

Add missing guard to make sure it's called with a GtkGrid argument.

https://bugzilla.gnome.org/show_bug.cgi?id=677363
gtk/gtkgrid.c